Skip to content

Conversation

SpringMT
Copy link
Owner

@SpringMT SpringMT commented Jul 26, 2025

Overview

Added comprehensive tests for the method in the StreamingDecompress class.

Changes

  • Added basic functionality tests for the method
  • Added tests for complete data processing
  • Added tests for multiple call scenarios
  • Updated C implementation to use proper method name and return format

Test Coverage

  1. Basic Functionality Test: Verifies that the method returns an array with decompressed data and consumed byte count
  2. Complete Data Test: Confirms proper operation with complete compressed data
  3. Multiple Calls Test: Validates behavior when processing data in small chunks

All tests pass successfully and confirm that the method works as expected.

- Added comprehensive tests for the decompress_with_pos method in StreamingDecompress
- Tests cover basic functionality, complete data handling, and multiple calls scenarios
- Updated the C implementation to use proper method name and return format
@SpringMT SpringMT merged commit df8713a into v2 Jul 26, 2025
6 checks passed
@SpringMT SpringMT deleted the add-decompress-with-pos-tests branch July 26, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant